home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / typdr11.arc / README < prev    next >
Text File  |  1988-09-11  |  5KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                 _R_E_A_D_M_E _F_I_L_E _F_O_R
  7.                                    _T_Y_P_E_D_R_I_L_L
  8.                                   _V_e_r_s_i_o_n _1._1
  9.  
  10.                          Dave Tutelman  -  August 1988
  11.  
  12.  
  13.  
  14.          "TYPEDRILL" is a program to increase the speed and accuracy of
  15.        your typing. It presents you with letters to type, and monitors
  16.        how quickly and accurately you type them. It gives you running
  17.        totals of your progress, and can give more detailed statistics if
  18.        requested with the STATS function key.
  19.  
  20.        You can choose between two ways of using the program:
  21.           (1)  The program presents single random letters (with several
  22.                levels of difficulty).
  23.           (2)  The program presents lines from a text file of your
  24.                choice.
  25.        You will be prompted for your choice.
  26.  
  27.        At any time during your use of the program, you can request to
  28.        see how well you are doing by hitting the function key labelled
  29.        "STATS". This will display the statistics of your accuracy and
  30.        speed, both in summary form ("batting average" and average speed)
  31.        and in a graph of errors and speed by individual key. The
  32.        horizontal line across the middle of the graphs is your average
  33.        level.
  34.  
  35.        The files in the archive are:
  36.          README        This file.
  37.          COPYRITE      Rules for copying and distribution.
  38.          TYPDRILL.EXE  The program itself.
  39.          TYPDRILL.PAS  The Turbo Pascal version of the program.
  40.          SCREENIO.PAS  Utilities for displaying function keys.
  41.          BORING.TXT    A sample exercise file.
  42.  
  43.        The program was originally written in Turbo Pascal 1.0. Version
  44.        1.1 is a port to Turbo Pascal 4.0. The Pascal source is included
  45.        in the archive.
  46.  
  47.        Although TYPEDRILL is free, it is _n_o_t public domain. It is
  48.        copyrighted by Dave Tutelman, who reserves all right to it.
  49.        Please consult the copyright notice included in the archive
  50.        before passing copies along to others. The rules are pretty open,
  51.        but there are rules.
  52.  
  53.        And please send me any comments about the program, favorable or
  54.        otherwise. Thanks.
  55.  
  56.                            Dave Tutelman
  57.                            16 Tilton Drive
  58.                            Wayside, NJ 07712
  59.  
  60.  
  61.                            (201) 922 - 9576
  62.  
  63.        TYPEDRILL 1.1                                             9-11-88
  64.  
  65.  
  66.  
  67.  
  68.  
  69.                                      - 2 -
  70.  
  71.  
  72.        _N_O_T_E_S _O_N _L_E_A_R_N_I_N_G _T_O _T_Y_P_E _W_I_T_H _T_Y_P_E_D_R_I_L_L
  73.  
  74.        Touch typing is based on keeping your fingers on the "home keys"
  75.  
  76.                               A S D F     J K L ;
  77.  
  78.        moving the proper finger to the desired key, hitting that key,
  79.        and returning to "home". To learn this skill, you must first
  80.        drill on JUST the home keys, then add a few keys at a time. This
  81.        program provides a graded progression, starting with home keys
  82.        and increasing your key "vocabulary" gradually. You can take
  83.        advantage of this progression in either the "random" or the
  84.        "file" mode.
  85.  
  86.        RANDOM option:  There are six levels of difficulty:
  87.           1. Home keys only.
  88.           2. Full home row.
  89.           3. Home row and row above it.
  90.           4. Home row and row below it.
  91.           5. Home row and rows above and below.
  92.           6. Same as [5], but with "shift" key as well.
  93.  
  94.        FILES option:  There is a "BORING.TXT" file included in the
  95.        distribution, to show you how a typing drill can be formulated.
  96.        However, you ought to create your own set of drill files, perhaps
  97.        with the aid of a typing textbook. (That's what I did as drill
  98.        work for my kids. I did not include those files because doing so
  99.        would be a violation of the textbook's copyright.) The list below
  100.        is a suggestion of how to proceed in case you decide to make up
  101.        your own drills.
  102.           BORING0.TXT.  Home keys only.
  103.           BORING1.TXT.  Home keys and E, I.
  104.           BORING2.TXT.  Add R, U.
  105.           BORING3.TXT.  Add T, Y, G, H.
  106.           BORING4.TXT.  Add Q, W, O, P.
  107.           BORING5.TXT.  Add V, B, N, M.
  108.           BORING6.TXT.  Add Z, X, C, "," and ".".
  109.  
  110.        I suggest you also practice on files like the ones you use a lot.
  111.        For instance, if you do a lot of PASCAL programming, practice
  112.        TYPEDRILL on files that are PASCAL programs.
  113.  
  114.        Good luck!
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.        TYPEDRILL 1.1                                             9-11-88
  130.  
  131.  
  132.  
  133.  
  134.  
  135.                                      - 3 -
  136.  
  137.  
  138.        _R_E_L_E_A_S_E _H_I_S_T_O_R_Y _O_F _T_Y_P_E_D_R_I_L_L
  139.  
  140.  
  141.        1.0     6/85
  142.                First "release" for family and a couple of friends.
  143.                Also posted to USENET in 1987.
  144.  
  145.  
  146.        1.1     8/88
  147.                Ported to Turbo Pascal 4.0.
  148.                Added this README and copyright notice.
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.        TYPEDRILL 1.1                                             9-11-88
  196.  
  197.  
  198.  
  199.